Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/16 - Countdown Timer/

assets /cody/swapnilsparsh/30DaysOfJavaScript/16 - Countdown Timer/assets/
1 Items
  • hourglass.png
  • font /cody/swapnilsparsh/30DaysOfJavaScript/16 - Countdown Timer/font/
    1 Items
  • sans.ttf
  • index.html /cody/swapnilsparsh/30DaysOfJavaScript/16 - Countdown Timer/index.html
    407 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    script.js /cody/swapnilsparsh/30DaysOfJavaScript/16 - Countdown Timer/script.js
    215 Views
    0 Comments

    var start = document.getElementById('start');
    var reset = document.getElementById('reset');
    var pause = document.getElementById
    style.css /cody/swapnilsparsh/30DaysOfJavaScript/16 - Countdown Timer/style.css
    139 Views
    0 Comments
    *{
    margin: 0;
    padding: 0;
    font-family: "sans";
    }

    @font-face {
    font-family: "sans";